home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / datatypes / tx16w_datatype / yamaha tx16w dt.guide (.txt) < prev    next >
Amigaguide Document  |  1996-04-07  |  5KB  |  106 lines

  1. @database YamahaTX16WDatatype.guide
  2. @author "Frank Hoffmann"
  3. @wordwrap
  4. @node Main "Yamaha TX16W Datatype document"
  5. @{b}Yamaha TX16W Datatype@{ub} - Public Release 1
  6. Version 39.4 (24.01.1994)
  7. (c) 1994 by Frank Hoffmann
  8. @{" Installation, Requirements & Tested " link IRT }
  9. @{" About the Yamaha TX16W Fileformat   " link TXINFO }
  10. @{" DISCLAIMER & LEGAL MATTERS          " link DISLEG }
  11. @{" Features & TODO                     " link FEATODO }
  12. @{" Known Bugs                          " link BUGS }
  13. @{" ACKNOWLEDGEMENTS                    " link ACK }
  14. @{" Histroy                             " link HISTORY }
  15. @{" Author/Contact                      " link AUTHOR }
  16. @endnode
  17. @node IRT "INSTALLATION, REQUIREMENTS & TESTED"
  18. This datatype is tested on a Amiga 4000 with Kickstart 3.1, but it should run on all machines with Kickstart 3.0 and above. Only 32Bit Prozessors (>=68020) are supported!.
  19. To install just copy the files 
  20.      TX16W
  21.      TX16W.info 
  22. @{ui}
  23. to the drawer 
  24.      sys:devs/datatypes
  25. @{ui}
  26. and the file
  27.      TX16W.datatype
  28. @{ui}
  29. to the drawer
  30.      sys:classes/datatypes
  31. @{ui}
  32. and reboot your machine.
  33. @endnode
  34. @node TXINFO "Yamaha TX16W Fileformat Information"
  35. The TX16W is a 12bit music sampler manufactured by Yamaha. It has 3 sampling frequencies 16,33 and 50 hz. The samples can be stored on floppy disks which use the MS-Dos format and a subset of the MS-Dos Filesystem, so reading with CrossDos should be save, but never tried it.
  36. File Extension : #?.Wxx with xx     (checked by datatype) *)
  37. Magic Number   : "LM8953"           (checked by datatype)
  38. *) All TX16W files have the same magic number, even utility files, so we have to check it.
  39. @endnode
  40. @node FEATODO "Features & TODO"
  41. FEATURES
  42. *Decode @{"TX16W sample files" link SVINFO} to 8 bit sample data  
  43. *Normalizes the 8bit data (which is musch quicker)
  44. METHODS
  45. *OM_New to read from file
  46. (near future)
  47. *Normalize the 12 bit data for better quality ( but is much slower )
  48. *Looppoint extraction
  49. *Low memory detection & low memory conversion
  50. (maybe)
  51. *Implement other methods (Write)
  52. *Prefs and shared library for conversion & general behaviour of sound data-
  53.  types, based on a sound support library wich can convert and process sample
  54.  data. ( Feel free to contact me for suggestions and help offers ) 
  55. OTHER DATATYPE PROJECTS
  56. -Maud ( also released )
  57. -MIDI Sample Dump Standard ( on work )
  58. -Sample Vision ( also released )
  59. @endnode
  60. @node DISLEG "Disclaimer & legal matters"
  61. DISCLAIMER
  62. THERE  IS  NO  WARRANTY  FOR  THE  PROGRAM,  TO  THE EXTENT PERMITTED BY
  63. APPLICABLE  LAW.   EXCEPT  WHEN  OTHERWISE  STATED IN WRITING THE COPYRIGHT
  64. HOLDER  AND/OR OTHER PARTIES PROVIDE THE PROGRAM ''AS IS'' WITHOUT WARRANTY
  65. OF  ANY  KIND,  EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  66. THE  IMPLIED  WARRANTIES  OF  MERCHANTABILITY  AND FITNESS FOR A PARTICULAR
  67. PURPOSE.   THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  68. IS  WITH  YOU.   SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  69. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  70.    IN  NO  EVENT  UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  71. WILL  ANY  COPYRIGHT  HOLDER,  OR  ANY OTHER PARTY WHO MAY REDISTRIBUTE THE
  72. PROGRAM  AS  PERMITTED  ABOVE,  BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  73. GENERAL,  SPECIAL,  INCIDENTAL  OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  74. USE  OR  INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  75. DATA  OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  76. PARTIES  OR  A  FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  77. EVEN  IF  SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  78. SUCH DAMAGES.
  79. LEGAL MATTERS
  80. This datatype is Public Domain. Do whatever you want with it. 
  81. This datatype is based on the source code of the AIFF Datatype by 
  82. Olaf 'Olsen' Barthel <olsen@sourcery.han.de> which is public domain.
  83. @endnode
  84. @node ACK "ACKNOWLEDGEMENT"
  85. Many thanks to Olaf 'Olsen' Barthel for his help in designing datatypes.
  86. @endnode 
  87. @node BUGS "Bugs"
  88. no known bugs (yet), but there is no 100% bug free software...
  89. contact the @{" Author " link AUTHOR } for bug reports.
  90. @endnode
  91. @node HISTORY "Release History"
  92. Version 39.4    - archive bug fixed.
  93.                 - more save sample data length.
  94.                 - library and file open cleaned.
  95. Version 39.3    - first public release.
  96. @endnode
  97. @node AUTHOR "Author"
  98. Frank Hoffmann
  99. E-Mail (temporary):
  100. hoffmann@ls11.informatik.uni-dortmund.de
  101. permanent address:
  102. Hochdahler Str.134
  103. 40724 Hilden
  104. (feel free to contact me via E-Mail for bug reports, suggestions, projects...)
  105. @endnode
  106.